翻訳と辞書
Words near each other
・ Rewolucyjni Mściciele
・ Rework
・ Rework (electronics)
・ Rework It
・ Reworkability
・ ReWorked
・ Reworkings
・ Rewound
・ Rewrapped
・ Rewritable consumer timecode
・ Rewrite
・ Rewrite (programming)
・ Rewrite (song)
・ Rewrite (visual novel)
・ Rewrite Advisory Panel
Rewrite engine
・ Rewrite man
・ Rewrite order
・ Rewrite This Story
・ Rewriting
・ Rewriting the Soul
・ Rewtra
・ Rex
・ Rex (artist)
・ Rex (automobile)
・ Rex (band)
・ Rex (chair)
・ Rex (dog)
・ Rex (given name)
・ Rex (horse)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Rewrite engine : ウィキペディア英語版
Rewrite engine

A rewrite engine is software located in a Web application framework running on a Web server that modifies a web URL's appearance. Many framework users have come to refer to this feature as a "Router". This modification is called URL rewriting. Rewritten URLs (sometimes known as short, pretty or fancy URLs, search engine friendly - SEF URLs, or slugs) are used to provide shorter and more relevant-looking links to web pages. The technique adds a layer of abstraction between the files used to generate a web page and the URL that is presented to the outside world.
==Usage==
Web sites with dynamic content use URLs that generate pages from the server using query string parameters. These are often rewritten to resemble URLs for static pages on a site with a subdirectory hierarchy. For example, the URL to a wiki page might be:
http://example.com/w/index.php?title=Page_title
but can be rewritten as:
http://example.com/wiki/Page_title
A blog might have a URL that encodes the dates of each entry:
http://www.example.com/Blog/Posts.php?Year=2006&Month=12&Day=19
It can be altered like this:
http://www.example.com/Blog/2006/12/19/
which also allows the user to change the URL to see all postings available in December, simply by removing the text encoding the day '19', as though navigating "up" a directory:
http://www.example.com/Blog/2006/12/
A site can pass specialized terms from the url to its search engine as a search term. This would allow users to search directly from their browser. For example, the URL as entered into the browser's location bar:
http://example.com/search term
Will be urlencoded by the browser before it makes the http request. The server could rewrite this to:
http://example.com/search.php?q=search%20term

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Rewrite engine」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.